home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 24 / PC Gamer IT CD 24 2-2.iso / VARIE / smartadd / INSTALL.EXE / SMARTADR.EXE / 0 / RCDATA / TERRORDLG / TERRORDLG.txt
Encoding:
Text File  |  1997-04-15  |  2.0 KB  |  111 lines

  1. object ErrorDlg: TErrorDlg
  2.   Left = 13
  3.   Top = 117
  4.   BorderStyle = bsDialog
  5.   Caption = 'Smart Address Message'
  6.   ClientHeight = 268
  7.   ClientWidth = 421
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Scaled = False
  14.   OnCloseQuery = FormCloseQuery
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   TextHeight = 16
  18.   object GroupBox1: TGroupBox
  19.     Left = 2
  20.     Top = 0
  21.     Width = 416
  22.     Height = 57
  23.     TabOrder = 0
  24.     object ErrIcon: TImage
  25.       Left = 8
  26.       Top = 16
  27.       Width = 32
  28.       Height = 32
  29.       AutoSize = True
  30.     end
  31.     object Err1: TLabel
  32.       Left = 48
  33.       Top = 21
  34.       Width = 353
  35.       Height = 24
  36.       AutoSize = False
  37.       Caption = 'Err1'
  38.       Font.Color = clBlack
  39.       Font.Height = -17
  40.       Font.Name = 'MS Sans Serif'
  41.       Font.Style = [fsBold]
  42.       ParentFont = False
  43.     end
  44.   end
  45.   object Button2: TButton
  46.     Left = 330
  47.     Top = 234
  48.     Width = 89
  49.     Height = 30
  50.     Caption = 'Button1'
  51.     TabOrder = 1
  52.   end
  53.   object Button3: TButton
  54.     Left = 240
  55.     Top = 234
  56.     Width = 89
  57.     Height = 30
  58.     Caption = 'Button1'
  59.     TabOrder = 2
  60.   end
  61.   object Button4: TButton
  62.     Left = 149
  63.     Top = 234
  64.     Width = 89
  65.     Height = 30
  66.     Caption = 'Button1'
  67.     TabOrder = 3
  68.   end
  69.   object GroupBox2: TGroupBox
  70.     Left = 2
  71.     Top = 59
  72.     Width = 416
  73.     Height = 171
  74.     TabOrder = 4
  75.     object Err2: TLabel
  76.       Left = 9
  77.       Top = 11
  78.       Width = 398
  79.       Height = 19
  80.       AutoSize = False
  81.       Caption = 'Err2'
  82.       Font.Color = clBlack
  83.       Font.Height = -13
  84.       Font.Name = 'MS Sans Serif'
  85.       Font.Style = [fsBold]
  86.       ParentFont = False
  87.     end
  88.     object ErrText: TLabel
  89.       Left = 9
  90.       Top = 32
  91.       Width = 394
  92.       Height = 128
  93.       AutoSize = False
  94.       Caption = 'ErrText'
  95.       Color = clBtnFace
  96.       ParentColor = False
  97.       ShowAccelChar = False
  98.       WordWrap = True
  99.     end
  100.   end
  101.   object Button5: TButton
  102.     Left = 57
  103.     Top = 234
  104.     Width = 89
  105.     Height = 30
  106.     Caption = 'Button5'
  107.     ModalResult = 5
  108.     TabOrder = 5
  109.   end
  110. end
  111.